In this step, you will create an application in Visual Studio, add the appropriate assembly references, and add a ASP.NET Web Forms Edition control to the application.
Follow these steps:
- From the Visual Studio File menu select New │Project. The New Project dialog box will appear.
- In the New Project dialog box expand a language in the left-hand pane and select Web. In the right pane, choose ASP.NET Empty Web Application, enter a Name for your application, and select OK. A new application will be created.
- In the Solution Explorer, right-click the project and choose Add Reference.
- In the Add Reference dialog box, locate and select the C1.Web.Wijmo.Controls.4 and C1.Web.Wijmo.Controls.Design.4 assemblies and click OK. The references will be added.
- While in Design view, navigate to the Visual Studio Toolbox and double-click the C1Calendar icon to add a C1Calendar control to the page.
You have created a Visual Studio ASP.NET application, added the appropriate assembly references, and added a C1Calendar control to the application. In the next step, you will customize the C1Calendar control using ThemeRoller for Visual Studio.